treeview: Add a CURSOR_INVALID flag to set_cursor_row()
authorBenjamin Otte <otte@redhat.com>
Sat, 10 Dec 2011 05:10:05 +0000 (06:10 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 10 Dec 2011 07:00:26 +0000 (08:00 +0100)
commit559c3c7da1e7d63de0768ee2cd9cec2bf3daf437
tree928f283170f57c3bf786554ad72975fd09a18444
parentd3bccfbb6da1b95797f0ce1c0d1abda98a9f6b89
treeview: Add a CURSOR_INVALID flag to set_cursor_row()

This is necessary so the code doesn't attempt to do things with the
previous cursor, which currently cause crashes.
gtk/gtktreeview.c